* lisp/image.el (image-load-path): Doc fix.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 27 Oct 2013 23:04:16 +0000 (07:04 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 27 Oct 2013 23:04:16 +0000 (07:04 +0800)
lisp/ChangeLog
lisp/image.el

index 9965fc78dbc742d8098adddf1c31d43c1eab52ef..5e937aaf798774fb30173dee4ae203eac343ac60 100644 (file)
@@ -1,6 +1,7 @@
 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * image.el (defimage): Doc fix.
+       * image.el (defimage):
+       (image-load-path): Doc fixes.
 
 2013-10-27  Alan Mackenzie  <acm@muc.de>
 
index 0fc4deba2965888800434f0b2045a74c1ee832e1..6ce5b82ec48a8d36f2d2149a01ea5121df6a7dad 100644 (file)
@@ -115,7 +115,9 @@ If an element is a string, it defines a directory to search.
 If an element is a variable symbol whose value is a string, that
 value defines a directory to search.
 If an element is a variable symbol whose value is a list, the
-value is used as a list of directories to search."
+value is used as a list of directories to search.
+
+Subdirectories are not automatically included in the search."
   :type '(repeat (choice directory variable))
   :initialize 'custom-initialize-delay)